p {
  font-size: 20px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #243961;
}

.solid {
  border: 1px solid red;
}

.pw {
  /* width: 1200px;
    margin: 0 auto; */
  margin-left: 10%;
  /* 设置左侧留白为宽度的10% */
  margin-right: 10%;
  /* 设置右侧留白为宽度的10% */
  font-size: 20px;
}

.clearF::after {
  content: "";
  display: block;
  clear: both;
}

header {
  background-color: #243961;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}

header img {
  margin-right: 20px;
  width: 100px;
}

main {
  background-color: #fff;
  padding: 0;
  /*display: flex;*/
  /*flex-direction: column;*/
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.main {
  position: relative;
  width: 100%;
  height: 555px;
  margin: 0px auto;
  overflow: hidden;
}

.main .left,
.main .right {
  /*display: none;*/
  position: absolute;
  bottom: 0;
  right: 20%;
  margin-top: -40px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  line-height: 50px;
  color: #203763;
  font-size: 28px;
  z-index: 2;
}

.main .right {
  /*right: 0;*/
  margin-right: -55px;
}

.main .circle {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -36px;
  display: none;
}

.main ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  padding-left: 0;
  margin: 0;
}

.main ul li {
  float: left;
  /*border: 1px solid red;*/
  /*width: 721px;*/
  width: 10%;
  height: 555px;
}

.main ul li img {
  width: 100%;
  height: 100%;
}

.main .circle li {
  float: left;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  margin: 0 3px;
  border-radius: 50%;
  /*鼠标经过显示小手*/
  cursor: pointer;
}

.main .current {
  background-color: #ffffff;
}

.image-gallery {
  /*display: flex;*/
  /*flex-direction: row;*/
  align-items: center;
  overflow: hidden;
  position: relative;
}

.scrollable-images {
  max-height: 400px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  /*z-index: -100;*/
}

.scrollable-images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.scrollable-images img {
  width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: top;
  z-index: -100;
}

.image-container {
  width: 60%;
  height: 400px;
  white-space: nowrap;
  overflow: hidden;
}

.image-container:nth-of-type(1) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  background: url("../assets/kegs2.jpg") top/100% no-repeat;
  margin-right: -150px;
}

.image-container:nth-of-type(2) {
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  background: url("../assets/kegs1.jpg") top center/100% no-repeat;
  margin-left: -150px;
}

.image-caption {
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  color: #fff;
  padding: 10px;
  top: 100px;
  right: 65%;
  z-index: 100;
  font-size: 30px;
  font-weight: bold;
  z-index: 999;
}

.navigation {
  width: 100%;
  margin: 10px 0;
  position: absolute;
  bottom: -10px;
  z-index: 999;
  left: 75%;
}

.horizontal-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 4px;
  background-color: #fff;
}

button {
  background-color: #fff;
  color: #243961;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
}

.section {
  padding: 20px;
  /* border: 1px solid #e0e0e0; */
  margin-top: 10px;
}

.sec1 {
  background: #f1f1f1;
}

.sec1 h2 {
  font-size: 30px;
  color: #203763;
  position: relative;
}

.sec1 h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #203763;
}

.sec1 .pw div {
  position: relative;
}

.sec1 img:nth-of-type(1) {
  width: 230px;
  position: absolute;
  right: 0;
  top: -40px;
}

.sec1 img:nth-of-type(2) {
  width: 100px;
  position: absolute;
  right: -40px;
  bottom: -60px;
}

.sec1 .pw div .qipao {
  width: 160px;
  height: 110px;
  position: absolute;
  right: 0;
  top: -80px;
  text-align: center;
  color: white;
  font-size: 16px;
  padding-top: 20px;
  box-sizing: border-box;
  background: url("../assets/qipao.png") center/ 100% 100% no-repeat;
}

.sec2 h2 {
  text-align: center;
  font-size: 30px;
  color: #203763;
}

.sec3 .top {
  position: relative;
}

.sec3 .top .lf {
  width: 800px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.sec3 .top .lf img {
  width: 100%;
  margin-top: -100px;
}

.sec3 .top .lf p {
  background: #931c20;
  z-index: 999;
  position: absolute;
  top: -23px;
  left: 0;
  padding: 5px 15px;
  font-size: 22px;
  color: white;
}

.sec3 ul {
  position: absolute;
  /* right: 240px; */
  right: 10%;
  top: 0;
  background: #f1f1f1;
  padding: 20px;
}

.sec3 ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 24px;
}

.sec3 ul li h3 {
  color: #203763;
  margin-bottom: 20px;
}

.image-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.image-row .image {
  width: 32%;
  margin-right: 10px;
  height: 400px;
  overflow: hidden;
}

.image-row .image img {
  width: 100%;
}

.sec4 img {
  float: left;
  height: 274px;
}

.sec4 table {
  float: right;
}

.sec4 table tr td {
  padding: 19px 20px;
  width: 107px;
  text-align: center;
}

.sec4 table tr th {
  padding: 20px 20px;
  background: #203763;
  color: white;
}






.sec5 .pw > img {
  position: absolute;
  left: -100px;
  height: 500px;
}

.sec5 .cn {
  width: 240px;
  margin: 0px auto;
  padding-top: 40px;
  text-align: center;
}

.sec5 .cn img {
  width: 100px;
}

.sec5 .cn p {
  text-align: left;
}

.sec5 .fr {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.sec5 .fr h3 {
  font-size: 33px;
  color: #203763;
  position: relative;
  padding-top: 25%;
}

.sec5 .fr h3::before {
  position: absolute;
  top: 20%;
  right: 0;
  width: 70px;
  height: 4px;
  background: #203763;
  content: "";
}

.sec5 .pw > p {
  width: 720px;
  float: right;
}

.sec5 .pw > p:nth-of-type(1) {
  margin-top: 60px;
}

footer {
  background-color: #243961;
  color: #fff;
  padding: 100px 0;
  position: relative;
  line-height: 2em;
}

footer .pw {
  position: relative;
}

footer .pw .horizontal-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: white;
}

.container {
  display: flex; /* 使用 flexbox 布局 */
  align-items: center; /* 垂直居中对齐 */
}

@media (max-width: 768px) {
    .sec5 {
        flex-direction: column; /* 在小屏幕上采用垂直布局 */
        display: flex;
        background: #f7f2f8;
    }
}

.sec5 .pw {
    position: relative;
    height: 500px;
  }

.sec5 .left {
    flex: 1;
}

.sec5 .middle {
    flex: 1;
}

.sec5 .right {
    flex: 1;
}

.map {
    height: 500px;
}

.sec5 .logo {
    position: absolute;
    top: 0;
    left: 45%;
}

.sec5 .logo img {
    padding-top: 20px;
    height: 80px;
    width: auto;
}

.sec5 .phone {
    position: absolute;
    top: 25%;
    left: 35%;
  }


.sec5 .addr {
  position: absolute;
  top: 70%;
  left: 35%;
}



.sec5 .email {
  position: absolute;
  top: 40%;
  right: 0;
}

.info {
  display: flex;
  align-items: flex-end;
}

.info .icon {
  width: 50px;
  height: 50px;
  float: left;
  margin-bottom: 20px;
}

.info .txt {
  float: right;
}
